Description
Change the selected tab for the current document. Preserve the current input.
Operation id | Seam.ChangeTab |
Category | User Interface |
Label | Change Tab |
Requires | Seam |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Seam.ChangeTab",
"label" : "Change Tab",
"category" : "User Interface",
"requires" : "Seam",
"description" : "Change the selected tab for the current document. Preserve the current input.",
"url" : "Seam.ChangeTab",
"signature" : [ "void", "void" ],
"params" : [ {
"name" : "tab",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}